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-534.cs
blob
8c859294e1bb2c412a9af4d7fae4948555c0da02
1
// Compiler options: -t:library
2
3
// CultureTest, bugs: 79273 and 76765
4
[
assembly
:
System
.
Reflection
.
AssemblyCulture
(
"this-culture-does-not-exist"
)]
5
6
class
X
{
7
static void
Main
()
8
{
9
}
10
}