blob: 39334168af944c1972d1e46ae01c5f4f02b1acf2 [file] [log] [blame]
Daniel Dunbar8ec80482008-11-08 04:42:29 +00001// RUN: clang -o %t --emit-llvm -g %s
2
Chris Lattnerd75e4e52008-11-11 06:27:34 +00003// PR3023
Daniel Dunbar8ec80482008-11-08 04:42:29 +00004void convert(void) {
5 struct { typeof(0) f0; } v0;
6}