blob: 7579fd0452ca6b28e5c2c98512e75fb509141f18 [file] [log] [blame]
class C {
const C(x);
static const constField = 87;
}
const constTopLevelField = 42;
main() {}