blob: b15e49f52dc5e5efce1c33f603dec44a4c1ae27c [file] [log] [blame]
typedef unsigned long long size_t;
class A {
const size_t foo;
A() : foo(5) {}
};