summaryrefslogtreecommitdiff
path: root/tests/typing/bad/testfile-redef-6.cpp
blob: ae81bdcd979c2236970a49dbba73e24aa29a702f (plain) (blame)
1
2
3
class S { public: int a; int a; };
int main() {}