summaryrefslogtreecommitdiff
path: root/mcs/errors/cs0106-4.cs
blob: 9d6a85d1cf6ffec25aa8d5dfd63858245851f455 (plain)
1
2
3
4
5
6
7
// CS0106: The modifier `unsafe' is not valid for this item
// Line: 5
// Compiler options: -unsafe

unsafe enum E
{
}