mirror of
https://github.com/nim-lang/Nim.git
synced 2026-01-18 02:27:10 +00:00
12 lines
167 B
Nim
12 lines
167 B
Nim
# Test the new opaque types
|
|
|
|
import
|
|
mopaque
|
|
|
|
var
|
|
L: TLexer
|
|
|
|
L.filename = "ha"
|
|
L.line = 34
|
|
L.buffer[0] = '\0' #ERROR_MSG undeclared field: 'buffer'
|