mirror of
https://github.com/nim-lang/Nim.git
synced 2026-01-01 02:42:05 +00:00
8 lines
135 B
Nim
8 lines
135 B
Nim
discard """
|
|
cmd: "nim check $options $file"
|
|
errormsg: "power of two expected"
|
|
"""
|
|
|
|
proc foobar() =
|
|
let something {.align(33).} = 123
|