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

pin out bit out;
function _ nofp;
license "GPL";
;;
void testdefine() {}

FUNCTION(_) {}