xref: /minix3/external/bsd/llvm/dist/clang/test/CodeGen/2007-05-16-EmptyStruct.c (revision 433d6423c39e34ec4b79c950597bb2d236f886be)
1 // PR 1417
2 // RUN: %clang_cc1   %s -emit-llvm -o - | FileCheck %s
3 
4 // CHECK: global %struct.anon* null
5 struct { } *X;
6