blob: 56508b7c5aff90e51acb67ac0db5696d562be4ed [file] [log] [blame]
// Test on debug info to make sure that anon typedef info is emitted.
// RUN: %llvmgcc -S --emit-llvm -x c++ -g %s -o - | grep composite
typedef struct { int a; long b; } foo;
foo x;