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