mirror of
https://github.com/github/codeql.git
synced 2026-05-01 19:55:15 +02:00
C++, C#: Autoformat
This commit is contained in:
4
cpp/ql/test/library-tests/ir/ir/foo.ql
Normal file
4
cpp/ql/test/library-tests/ir/ir/foo.ql
Normal file
@@ -0,0 +1,4 @@
|
||||
import cpp
|
||||
|
||||
from Function f
|
||||
select f, "Message: $@ -- $@ + $@", f.getADeclaration(), "decl", f, "def"
|
||||
Reference in New Issue
Block a user