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