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-522.cs
blob
c1fa991c6a866fafcd67f738ca70a7a0d0061605
1
using
System
.
Reflection
;
2
3
[
assembly
:
AssemblyVersion
(
Const
.
Version
)]
4
5
class
Const
6
{
7
internal const string
Version
=
"0.1"
;
8
9
public static void
Main
() {}
10
}