/ tests / symbols.0 / test_define.comp
test_define.comp
1  component test_define;
2  
3  pin out bit out;
4  function _ nofp;
5  license "GPL";
6  ;;
7  void testdefine(void) {}
8  
9  FUNCTION(_) {}