index
:
args.hxx
master
upstream
A simple, small, flexible, single-header C++11 argument parsing library, in fewer than 2K lines of code.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
multiple_inclusion_2.cxx
blob: cdcb0206f464393633148bc1c165327fab701091 (
plain
)
1
2
3
#include <args.hxx>
int
bar
() {
return
42
; }