preamble.h 83 Bytes Raw Blame History Permalink 1 2 3 4 5 6 inline int bar(int i) { int *ptr = 0; float *ptr1; ptr = ptr1; return 0; }