diff options
Diffstat (limited to 'Tests/CustomCommandByproducts/byproduct1.c.in')
-rw-r--r-- | Tests/CustomCommandByproducts/byproduct1.c.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Tests/CustomCommandByproducts/byproduct1.c.in b/Tests/CustomCommandByproducts/byproduct1.c.in new file mode 100644 index 0000000..5c3cc24 --- /dev/null +++ b/Tests/CustomCommandByproducts/byproduct1.c.in @@ -0,0 +1 @@ +int byproduct1(void) { return 0; } |