a.c 98 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 typedef float float4; int a(); int main() { float4 f = 4.0f; // break here return a(); }