Files
llvm/clang/test/CodeGen/debug-info.c
Chris Lattner 4497fbf6e0 remove the wrong PR # from the file name.
llvm-svn: 59029
2008-11-11 06:28:10 +00:00

7 lines
103 B
C

// RUN: clang -o %t --emit-llvm -g %s
// PR3023
void convert(void) {
struct { typeof(0) f0; } v0;
}