index
:
meson
clippy-json
master
Unnamed repository; edit this file 'description' to name the repository.
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test cases
/
native
/
7 selfbuilt custom
/
checkarg.cpp
blob: 99092eea0c30548057d776ed2790c7a03ad2be91 (
plain
)
1
2
3
4
5
6
#include
<cassert>
int
main
(
int
argc
,
char
*
[])
{
assert
(
argc
==
2
);
return
0
;
}