mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-19 16:40:26 +02:00
19 lines
207 B
Beef
19 lines
207 B
Beef
![]() |
#pragma warning disable 168
|
||
|
|
||
|
using System;
|
||
|
|
||
|
namespace BugW001
|
||
|
{
|
||
|
class Program
|
||
|
{
|
||
|
static void Main()
|
||
|
{
|
||
|
//Main_Start
|
||
|
Result<void*> result = .();
|
||
|
/*Result_Get
|
||
|
void* vp = result;
|
||
|
*/
|
||
|
}
|
||
|
}
|
||
|
}
|