summaryrefslogtreecommitdiffstats
path: root/tests/front-end/subdir/import-subdir-a.slang
blob: e973d5cbf30dd7d287fac088df54f27be08aa00e (plain)
1
2
3
4
5
//TEST_IGNORE_FILE:

// This is the imported code.

public float foo(float x) { return x; }