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