[unit-tests] Fix Makefile.am when Mono is compiled with LLVM
[mono-project.git] / mcs / errors / cs0100-6.cs
blob7eaa85d0554463f271d6e6d039f23036cf418f48
1 // CS0100: The parameter name `obj' is a duplicate
2 // Line: 4
4 class C
6 public extern C (object obj, object obj);