/* this is a test for a C program
   where we use C++ keywords as var names
   of course, these must not be highlighted as keywords */

int this = 0;
char *class = "foo";
struct private { };

begin:

goto end;

end:

goto begin;