summaryrefslogtreecommitdiff
path: root/tests/symbols.1/test_define1.comp
blob: 764b51b2c101719c254c1e4e2bd749241ed3fc19 (plain)
1
2
3
4
5
6
7
8
9
component test_define1;

pin out s32 out;
function _ nofp;
license "GPL";
;;
int testdefine;

FUNCTION(_) { out = testdefine++; }