1 // PR 1417 2 // RUN: %clang_cc1 -no-opaque-pointers %s -emit-llvm -o - | FileCheck %s 3 4 // CHECK: global %struct.anon* null 5 struct { } *X; 6