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

pin out bit out;
function _ nofp;
license "GPL";
;;
void testuse();

FUNCTION(_) { testuse(); }