blob: 0e8ff2cd30c894c0f694f1cd56ae87b22acee871 [file] [log] [blame]
// RUN: %llvmgcc -xc++ -S -o - %s | grep "struct.X::Y"
struct X {
struct Y {
Y();
};
};
X::Y::Y() {
}