blob: ad81c073754a292442c81368824c4dc05af64ac1 [file] [log] [blame]
Douglas Gregora404ea62010-02-10 19:54:31 +00001typedef int Int;
2void f0(Int);
3void f1(Int, double);
4void f2(int, int);
5void f3(int);
6static void f4(float, float);