| 1 |
suite "ir/fixed-form" |
| 2 |
|
| 3 |
case "fixed_form_reaches_ir" |
| 4 |
source "../../fixtures/frontend/parser/fixed_program.f" |
| 5 |
armfortas => ir, optir |
| 6 |
expect ir contains "func @main() -> void" |
| 7 |
expect ir contains "ret void" |
| 8 |
expect optir contains "ret void" |
| 9 |
end |