Idris2/tests/idris2/error023/Error1.idr
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

4 lines
45 B
Idris

%inline %noinline
foo : Int -> Int
foo x = x