blob: a12fd0befe113e0132900a00762319fc67f92dbe [file] [log] [blame]
Eric Christopher3883e662011-07-26 22:17:02 +00001// RUN: %clang_cc1 %s -emit-llvm -o /dev/null
2// PR910
3
4struct l_struct_2E_FILE { char x; };
5unsigned fwrite(signed char *, unsigned , unsigned , signed char *);
6static signed char str301[39];
7static void Usage(signed char *ltmp_611_6) {
8 struct l_struct_2E_FILE *ltmp_6202_16;
9 unsigned ltmp_6203_92;
10 ltmp_6203_92 = /*tail*/ ((unsigned (*) (signed char *, unsigned , unsigned ,
11struct l_struct_2E_FILE *))(void*)fwrite)((&(str301[0u])), 38u, 1u, ltmp_6202_16);
12}