mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-21 09:27:59 +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
|
|
/*@*/
|
|
}
|
|
}
|
|
}
|