[unit-tests] Fix Makefile.am when Mono is compiled with LLVM
[mono-project.git] / mcs / errors / cs1547-4.cs
blob438d1a45aadb97657a38b2917ebaebbeb2703423
1 // CS1547: Keyword `void' cannot be used in this context
2 // Line: 5
4 class C {
5 public const void val = null;