diff options
| author | Andrew Kelley <andrew@ziglang.org> | 2019-08-23 14:07:34 -0400 |
|---|---|---|
| committer | Andrew Kelley <andrew@ziglang.org> | 2019-08-23 14:07:34 -0400 |
| commit | 1dd658d1d02f8dfc432bcda88fdb542189c31725 (patch) | |
| tree | 02a59f559847a0898e9a2bfd915212df7775456a /src/tokenizer.cpp | |
| parent | 20049caaba0354754811ae0d36a773c31cf4578a (diff) | |
| download | zig-1dd658d1d02f8dfc432bcda88fdb542189c31725.tar.gz zig-1dd658d1d02f8dfc432bcda88fdb542189c31725.zip | |
allow top level declarations to be lazy
this case now works:
```zig
const A = struct {
b: B,
};
const B = fn (A) void;
```
Diffstat (limited to 'src/tokenizer.cpp')
0 files changed, 0 insertions, 0 deletions
