#include #include int main(void) { int foo$bar = 1; printf("%d\n", foo$bar); exit(foo$bar); } # apparently this works!! surprise