1
0
mirror of https://github.com/c64scene-ar/llvm-6502.git synced 2025-03-11 09:38:00 +00:00
llvm-6502/test/FrontendC/2007-05-16-EmptyStruct.c
2010-04-08 18:03:05 +00:00

6 lines
105 B
C

// PR 1417
// RUN: %llvmgcc -xc %s -c -o - | llvm-dis | grep "struct.anon = type \{\}"
struct { } *X;