Help for this page
#include <windows.h> ... int OUT = 7; return 0; }
try.c: In function 'main': try.c:4:10: error: expected identifier or '(' before '=' token int OUT = 7; ^