1 2 3 4 5 6 7 8 9 10 11 12
foobar_t* a; int* b; int* c; something no; char* main() { int i = (5 * 3) + 2; } void foo(int* a, int* b, int* c) {}