Sign in
rust
/
rust-lang
/
llvm-project
/
ce9347ddd09ec04eb2cc0eb7c46e5001efe22af5
/
.
/
lldb
/
packages
/
Python
/
lldbsuite
/
test
/
functionalities
/
fat_archives
/
main.c
blob: 328319d4fb8f1225c03d22aea0aae3e36e070128 [
file
] [
log
] [
blame
]
#include
"a.h"
#include
<stdio.h>
int
main
()
{
printf
(
"%d\n"
,
foo
());
}