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
cosmetic
[mcs.git]
/
tests
/
test-734-lib.cs
blob
f9200e0da88464c6803f897f5f999816f6ca02ad
1
// Compiler options: -target:library
2
3
public abstract class
C
4
{
5
protected volatile bool
run
=
true
;
6
}