Sign in
llvm
/
llvm-project
/
debuginfo-tests
/
7b7f2cc54fa08ad1ad521817c728d30ccc7fbac9
/
.
/
dexter
/
feature_tests
/
commands
/
perfect
/
dex_declare_file
/
windows_noncanonical_path
/
source
/
test file.cpp
blob: f6dcd82e93e77feb43bd444f8218c922efa2562d [
file
] [
log
] [
blame
]
int
main
(
const
int
argc
,
const
char
*
argv
[])
{
int
result
=
argc
;
return
result
;
}