1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-10 12:32:20 +02:00

Fixed cascade error, switched minidump test to use symbols.beeflang.org

This commit is contained in:
Brian Fiete 2019-08-29 17:40:17 -07:00
parent 7966abb501
commit 3625d76cc7
9 changed files with 78 additions and 47 deletions

View file

@ -130,6 +130,10 @@ class Blurg
public static void Hey()
{
TestStruct ts = .();
//int val = ts..mA;
ts.mA = 123;
VoidCall();
int val0 = GetInt();