Shrink Thumb2 movcc instructions.
[llvm/avr.git] / test / FrontendC / 2006-09-18-fwrite-cast-crash.c
bloba693c5666f21589e1e857c6cfd40fe37db139960
1 // RUN: %llvmgcc %s -S -o /dev/null
2 // PR910
3 // XFAIL: *
4 // See PR2452
6 struct l_struct_2E_FILE { char x; };
7 unsigned fwrite(signed char *, unsigned , unsigned , signed char *);
8 static signed char str301[39];
9 static void Usage(signed char *ltmp_611_6) {
10 struct l_struct_2E_FILE *ltmp_6202_16;
11 unsigned ltmp_6203_92;
12 ltmp_6203_92 = /*tail*/ ((unsigned (*) (signed char *, unsigned , unsigned ,
13 struct l_struct_2E_FILE *))(void*)fwrite)((&(str301[0u])), 38u, 1u, ltmp_6202_16);