[ci] Only build the additional profiles on one arch instead of everywhere
[mono-project.git] / mcs / errors / cs0067-3.cs
blob8f825084d0107c317e9b75d26a4afbbcaf82d79a
1 // CS0067: The event `S.EH' is never used
2 // Line: 9
3 // Compiler options: -warnaserror -warn:3
5 using System;
7 static class S
9 public static event EventHandler EH;