I'm compiling a simple .c in visual c++ with Compile as C Code (/TC) and i get this compiler error error C2143: syntax error : missing ';' before 'type' on a line that calls for a simple struct
struct foo test;
same goes for using the typedef of the struct. error C2275: 'FOO' : illegal use of this type as an expression