summaryrefslogtreecommitdiffstats
path: root/tests/front-end/parser-using-file.spire.disabled
blob: f93fb576c981afc5ad0253522cb3e371e7ed1e49 (plain)
1
2
3
4
5
6
//TEST:SIMPLE:
// test that we can include a file via `using`

using "parser-using-file-a.spireh";

float base( float x ) { return a(x); }