summary refs log tree commit diff stats
path: root/tests/pragmas/tonoff2.nim
blob: 9dff5ef11a695954c87991cb30a47dcb3ff9b7e4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
discard """
    action: compile
"""

# issue #22841

import unittest

proc on() =
    discard

suite "some suite":
    test "some test":
        discard