mirror of
https://github.com/github/codeql.git
synced 2025-12-18 18:10:39 +01:00
13 lines
103 B
C#
13 lines
103 B
C#
|
|
class C1
|
|
{
|
|
/*
|
|
int result()
|
|
{
|
|
return 0;
|
|
}
|
|
*/
|
|
|
|
// int P() => 5;
|
|
}
|