[Nickle] Bug?

Bart Massey bart at bart
Sun Jun 1 21:53:53 PDT 2003


Is this a bug?

  > int f(&int[*] a) { return a[0]; }
  > f(&((int[1]){0}))
  ->     f (&(int[1]) { 0 });
  <stdin>:13: Invalid lvalue

I hate it when I have to ask that...

	Bart



More information about the Nickle mailing list