repo.or.cz
/
mono-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[interp] Reduce computation under calc_section mutex
[mono-project.git]
/
mcs
/
tests
/
test-109.cs
blob
23944e161cddac39336e3a6f0bd262aef4649717
1
using
System
;
2
3
class
T
{
4
public static int
Main
()
5
{
6
//
7
// Just a test to compile the following:
8
//
9
string
a
=
"Time is: "
+
DateTime
.
Now
;
10
11
return
0
;
12
}
13
}