cfad47cfa3/t3compiler/tads3/test/data/anon_func_bug.t

4b825dc642cb6eb9a060e54bf8d69288fbee4904cfad47cfa334b206c65f22086bcc5d63e6f70944
1
#include <adv3.h>
2
#include <en_us.h>
3
4
class FeeFoe : Fixture
5
//  dobjFor(Enter) asDobjFor(TravelVia)
6
;
7
8
object
9
  myList = [ new function { } ]
10
;
11
12
gameMain: GameMainDef;
13
14
main(args) { }