blob: 6ca810a6f20bcf60b234d68bfd8fc1f5933a3a6c [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);
Douglas Gregorea35d112010-02-15 23:54:17 +00007int f5(int) __attribute__((const));