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
[metadata] Use MONO_PROFILER_API on MonoClass getters in checked builds (#20440)
[mono-project.git]
/
mcs
/
errors
/
cs1576.cs
blob
ca02072b9009be397733244ce450ca8ec33f381f
1
// CS1576: The line number specified for #line directive is missing or invalid
2
// Line: 8
3
4
public struct
S
5
{
6
static void
Main
()
7
{
8
#line
"error"
9
}
10
}