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
/
common
/
22 object extraction
/
create-source.py
blob: d2e8e8b8347e5c9e39cace2de6abb848bf1965a8 (
plain
)
1
2
3
#! /usr/bin/env python3
import
sys
print
(
f
'#include "
{
sys
.
argv
[
1
]
}
"'
)