DEBSOURCES
Skip Quicknav
sources / systemtap / 5.3-2 / testsuite / systemtap.base / buildid.c
123456789101112131415
void foo (); #ifndef ONLY_MAIN void foo () { int x = 1; label: x = 2; } #endif #ifndef NO_MAIN int main () { foo(); } #endif