2015-07-06 11:59:37 +02:00

10 lines
91 B
C++

#include "cpp.h"
int f() {
return 1;
}
class C {
static int f() { return 1; }
};