Sign in
chromium
/
external
/
github.com
/
mesonbuild
/
meson
/
refs/heads/upstream/fixboostpython
/
.
/
test cases
/
linuxlike
/
3 linker script
/
prog.c
blob: b010b15873ea2d849318f96409973ed59220f872 [
file
] [
edit
]
#include
"bob.h"
int
main
(
void
)
{
return
bobMcBob
()
!=
42
;
}