/ tests / symbols.1 / test_define1.comp
test_define1.comp
1  component test_define1;
2  
3  pin out s32 out;
4  function _ nofp;
5  license "GPL";
6  ;;
7  int testdefine;
8  
9  FUNCTION(_) { out = testdefine++; }