leo/tests/parser/import/keyword_fail.leo

9 lines
85 B
Plaintext

/*
namespace: ParseImport
expectation: Fail
*/
import function.a;
import import.a;