DEBSOURCES
Skip Quicknav
sources / numpy / 1%3A2.2.4%2Bds-1 / vendored-meson / meson / test%20cases / common / 223%20persubproject%20options / subprojects / sub2 / foo.c
123456789
int foo(void); #ifdef __GNUC__ #warning This should not produce error #endif int foo(void) { return 0; }