blob: 14aaff007ebd5ee05e55b6b888f2b6de86450eca [file] [log] [blame]
Eric Christopher3883e662011-07-26 22:17:02 +00001// PR 1417
2// RUN: %clang_cc1 %s -emit-llvm -o - | FileCheck %s
3
4// CHECK: global %struct.anon* null
5struct { } *X;