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