1*f4a2713aSLionel Sambuc // RUN: %clang_cc1 %s -emit-llvm -o /dev/null 2*f4a2713aSLionel Sambuc // PR910 3*f4a2713aSLionel Sambuc 4*f4a2713aSLionel Sambuc struct l_struct_2E_FILE { char x; }; 5*f4a2713aSLionel Sambuc unsigned fwrite(signed char *, unsigned , unsigned , signed char *); 6*f4a2713aSLionel Sambuc static signed char str301[39]; Usage(signed char * ltmp_611_6)7*f4a2713aSLionel Sambucstatic void Usage(signed char *ltmp_611_6) { 8*f4a2713aSLionel Sambuc struct l_struct_2E_FILE *ltmp_6202_16; 9*f4a2713aSLionel Sambuc unsigned ltmp_6203_92; 10*f4a2713aSLionel Sambuc ltmp_6203_92 = /*tail*/ ((unsigned (*) (signed char *, unsigned , unsigned , 11*f4a2713aSLionel Sambuc struct l_struct_2E_FILE *))(void*)fwrite)((&(str301[0u])), 38u, 1u, ltmp_6202_16); 12*f4a2713aSLionel Sambuc } 13