index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
DevTools
/
HackStudio
/
LanguageServers
/
Cpp
/
Tests
/
parameters_hint1.cpp
blob: 43fc7c5e3274545e95757177652079fa0925755a (
plain
)
1
2
3
4
5
6
7
8
void foo(int x, char y); void bar() { foo(); foo(123, 'b'); foo( }