static semantic_value global_result = 0;
static int global_count = 0;
static int power (int base, int exponent);
static semantic_value global_result = 0;
static int global_count = 0;
static int power (int base, int exponent);
AT_BISON_CHECK([-o test.c test.y])
AT_COMPILE([[test]])
AT_PARSER_CHECK([./test input.txt], 0, [], [stderr])
AT_BISON_CHECK([-o test.c test.y])
AT_COMPILE([[test]])
AT_PARSER_CHECK([./test input.txt], 0, [], [stderr])
AT_DATA_GRAMMAR([test.y],
[[
%{
static int power (int base, int exponent);
AT_DATA_GRAMMAR([test.y],
[[
%{
static int power (int base, int exponent);