mirror of
https://github.com/intel/llvm.git
synced 2026-02-08 08:57:43 +08:00
7 lines
103 B
C
7 lines
103 B
C
// RUN: clang -o %t --emit-llvm -g %s
|
|
|
|
// PR3023
|
|
void convert(void) {
|
|
struct { typeof(0) f0; } v0;
|
|
}
|