Idris2/tests/idris2/error023/run
Daniel Kröni aa107a9754
Implemented %noinline (#2027)
* Implemented %noinline

* Removed trailing spaces.

* Added missing case in Reify FnOpt

* Added error message when both %inline and %noinline are set.

* Added test.

* Changed from perror to error
2021-10-19 15:22:36 +01:00

5 lines
116 B
Plaintext
Executable File

rm -rf build
$1 --no-color --console-width 0 --check Error1.idr
$1 --no-color --console-width 0 --check Error2.idr