mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-19 16:40:26 +02:00
16 lines
166 B
Beef
16 lines
166 B
Beef
#pragma warning disable 168
|
|
|
|
using System;
|
|
|
|
namespace Bug
|
|
{
|
|
class Program
|
|
{
|
|
static void Main()
|
|
{
|
|
//*Main_Start
|
|
SDL2.gApp = null; //FAIL
|
|
/*@*/
|
|
}
|
|
}
|
|
}
|