#include "out.h" /* toc */ void main__(void) { float foo = 3; float bar = 3; float abc = bar; } int main(void) { main__(); return 0; }