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
Reenable AOT, it wasn't enabled on the x86 buildbot anyway.
[mcs.git]
/
tests
/
test-xml-031.cs
blob
872e0a72fbc22e9d71402201c14952adeca83618
1
// Compiler options: -doc:xml-031.xml -warn:4 -warnaserror
2
//// Some comment
3
////how about this line?
4
using
System
;
5
using
System
.
IO
;
6
7
class
Test
8
{
9
public static void
Main
()
10
{
11
}
12
}
13