debug-info.c revision 4c992639102d7ede0f85d7a8cb9ffb7c419c50ea
1// RUN: clang -o %t --emit-llvm -g %s
2
3// PR3023
4void convert(void) {
5  struct { typeof(0) f0; } v0;
6}
7