Cosmos/Users/Matthijs/PlaygroundHAL/HALGlobal.cs
Matthijs ter Woord 967c67f19f Fix compilation.
2014-12-19 18:29:01 +01:00

25 lines
No EOL
535 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using Cosmos.Core;
namespace PlaygroundHAL
{
public static class HALGlobal
{
public static void Test()
{
//Heap.SendStatsToDebugger();
//Heap.SendStatsToDebugger();
new object();
new object();
new object();
new object();
new object();
//Heap.SendStatsToDebugger();
}
}
}