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