DEBSOURCES
Skip Quicknav
sources / binfmtc / 0.17-4 / tests / multisource.c
1234567891011
/*BINFMTC: multisource1.c exit 1 */ #include <stdio.h> void testfunc(); int main () { testfunc(); return 0; }