blob: 46a3b41b048e466e6440f24b01c5ce299bc47ac4 [file] [log] [blame] [edit]
#include "stub.h"
static void foo() { printf("foo\n"); }
int main() {
foo();
return 0;
}