jompiler/tests/test-variable-decl.c

6 lines
No EOL
82 B
C

// test-variable-decl.c
int main(int argc, int argv)
{
int x = 10;
return x;
}