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
Add support for Windows x64 Full AOT + LLVM + Interpreter on CI. (#15276)
[mono-project.git]
/
mcs
/
tests
/
test-xml-001.cs
blob
bc1d8595538f233679dfb04e07997d5f182824aa
1
// Compiler options: -doc:xml-001.xml
2
using
System
;
3
4
/// <summary>
5
/// xml comment on namespace ... is not allowed.
6
/// </summary>
7
namespace
Testing
8
{
9
public class
A
10
{
11
public static void
Main
()
12
{
13
}
14
}
15
}
16