1d76b2846c
includes a smoke test for verifying that the output can be used to build also includes a checked-in CoreCLR in order to work around CoreCLR issue
12 lines
179 B
C#
12 lines
179 B
C#
using System;
|
|
|
|
namespace TestApp
|
|
{
|
|
public class Program
|
|
{
|
|
public static void Main(string[] args)
|
|
{
|
|
this will not compile!
|
|
}
|
|
}
|
|
}
|