blob: 58db6fca241d0fbd2bd32a319e6c9fd1bc4de66f [file] [log] [blame]
#ifndef VERSION
#define VERSION 1
#endif
int global_var = (VERSION * 10);
static int static_var = 5;
static int static_bss_int;
int bss_int;
int foo; /* ERROR: This was a function in the original file */