repo.or.cz
/
mcs.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
remove NotWorking
[mcs.git]
/
tests
/
test-476.cs
blob
60787efbfa9cf5b5ed5d3e6f48b57e39b315fdfe
1
#if false
2
#line hahaha
3
#error
4
#pragma warning disable 3005
// wrong directive on csc 1.x
5
public class
Foo
6
{
7
}
8
#pragma warning restore
// wrong directive on csc 1.x
9
10
#region
// blank -> no error
11
#endregion
12
13
#endif
// of funky directives
14
15
public class
Test
16
{
17
public static void
Main
()
18
{
19
}
20
}
21