1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-19 16:40:26 +02:00
Beef/IDE/Tests/BugW003/src/Program.bf

17 lines
166 B
Beef
Raw Normal View History

2020-05-19 09:08:13 -07:00
#pragma warning disable 168
using System;
namespace Bug
{
class Program
{
static void Main()
{
//*Main_Start
SDL2.gApp = null; //FAIL
/*@*/
}
}
}