blob: e9f49f1c3846df40c8668694b114ff29e4c21f09 [file] [log] [blame]
class Test {
void foo(int i) {
int p = i;
}
}