int add(int a, int b) { return a + b; } int main() { int a; // test of scope return 0; }