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
[mono/tests] Fix out of tree build.
[mono-project.git]
/
mcs
/
tests
/
gtest-linq-19.cs
blob
191dcd3859c0e193a417bd21b0cbf7ec7f137627
1
using
System
.
Linq
;
2
using
System
.
Linq
.
Expressions
;
3
4
class
Test
5
{
6
static object
E
=
from
entity
in
"abcd"
select
entity
;
7
8
public static void
Main
()
9
{
10
}
11
}