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