PPC::B and PPC::BCC's target operand may be an immediate.
[llvm/msp430.git] / test / FrontendC / 2003-06-26-CFECrash.c
blobbb6977f4838e4cd70d4f630752799b2f64b66463
1 // RUN: %llvmgcc -S %s -o - | llvm-as -f -o /dev/null
3 typedef struct min_info {
4 long offset;
5 unsigned file_attr;
6 } min_info;
8 typedef struct Globals {
9 char answerbuf;
10 min_info info[1];
11 min_info *pInfo;
12 } Uz_Globs;
14 extern Uz_Globs G;
16 int extract_or_test_files() {
17 G.pInfo = G.info;