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