coreboot-v2/util/romcc/tests/fail_test11.c
<<
>>
Prefs
   1
   2
   3struct big_arg {
   4        int x, y;
   5};
   6struct result {
   7        struct big_arg a;
   8        int c, d;
   9};
  10
  11static struct result main(int a, int b, int c, int  d)
  12{
  13        struct result result;
  14        result.a.x = d + 1;
  15        result.a.y = c + 1;
  16        result.c = b + 1;
  17        result.d = a + 1;
  18
  19        return result;
  20}
  21
  22
lxr.linux.no kindly hosted by Redpill Linpro AS, provider of Linux consulting and operations services since 1995.