Fix SimplifyLibcalls and ValueTracking to check mayBeOverridden
[oota-llvm.git] / test / FrontendC++ / 2009-02-16-AnonTypedef-Dbg.cpp
1 // Test on debug info to make sure that anon typedef info is emitted.
2 // RUN: %llvmgcc -S --emit-llvm -x c++ -g %s -o - | grep composite
3 typedef struct { int a; long b; } foo;
4 foo x;
5