Files
TinyCC/tests
Michael Matz 662338f116 Fix function to pointer conversion
This snippet is valid:
  void foo(void);
  ... foo + 42 ...
the function designator is converted to pointer to function
implicitely.  gen_op didn't do that and bailed out.
2016-12-15 17:47:08 +01:00
..
2016-12-15 17:47:05 +01:00
2016-12-15 17:47:08 +01:00
2016-12-15 17:01:22 +01:00
2016-12-15 17:04:07 +01:00
2016-12-15 17:47:08 +01:00
2016-12-15 17:47:08 +01:00
2016-10-01 20:27:41 +02:00