Changeset 9e042d8
- Timestamp:
- Oct 21, 2022, 2:05:57 PM (2 years ago)
- Branches:
- ADT, ast-experimental, master
- Children:
- eb9f7f9
- Parents:
- a5e2682
- Location:
- tests/configs
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
tests/configs/parsebools.cfa
ra5e2682 r9e042d8 16 16 17 17 #include <fstream.hfa> 18 #include <parseargs.hfa>19 18 20 19 #include "../meta/fork+exec.hfa" 20 21 // last as a work around to a parse bug 22 #include <parseargs.hfa> 21 23 22 24 int main(int argc, char * argv[]) { -
tests/configs/parsenums.cfa
ra5e2682 r9e042d8 16 16 17 17 #include <fstream.hfa> 18 19 #include "../meta/fork+exec.hfa" 20 21 // last as workaround to parser bug 18 22 #include <parseargs.hfa> 19 20 #include "../meta/fork+exec.hfa"21 23 22 24 #if __SIZEOF_LONG__ == 4 -
tests/configs/usage.cfa
ra5e2682 r9e042d8 16 16 17 17 #include <fstream.hfa> 18 #include "../meta/fork+exec.hfa" 18 19 #include <parseargs.hfa> 19 20 20 #include "../meta/fork+exec.hfa"21 21 22 22 int main() {
Note: See TracChangeset
for help on using the changeset viewer.