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