mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-14 00:40:55 +00:00
49ca09a64f
I don't remember what half these tests were for :/
3 lines
67 B
R
3 lines
67 B
R
void () bar;
|
|
void () foo = [1,bar,0.2] {}
|
|
void () bar = [1,foo] {}
|