blob: 816061db2219c6f6546bc8ad33b1129fd4278745 [file] [log] [blame]
class C {
int value = 0;
}
extension Extension1 ;
on C (){ }
main() { }