summary refs log tree commit diff stats
path: root/tests/topaque.nim
blob: 7553a749e670e89d9977b757eff8b2d1d53d877d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
# 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'