forked from OSchip/llvm-project
parent
9d6053158b
commit
1e0c213eab
|
@ -0,0 +1,12 @@
|
|||
// RUN: %llvmgcc -xc++ -S -o - %s | grep '"struct.X::Y"'
|
||||
struct X {
|
||||
|
||||
struct Y {
|
||||
Y();
|
||||
};
|
||||
|
||||
};
|
||||
|
||||
X::Y::Y() {
|
||||
|
||||
}
|
Loading…
Reference in New Issue