diff options
| author | ruki <[email protected]> | 2020-09-29 23:12:19 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2020-09-29 23:12:19 +0800 |
| commit | 8190a5609f21bf5ea90bec0a11afb183190a8a50 (patch) | |
| tree | e6f4d6bd1e9a82a3b71b953237746b758d0d1f7b /tests/projects/package/multiconfig/src | |
| parent | 045c1524737d8f12da869e99a13316e640519c56 (diff) | |
improve add_requires to support pkg~tag
Diffstat (limited to 'tests/projects/package/multiconfig/src')
| -rwxr-xr-x | tests/projects/package/multiconfig/src/main.c | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/projects/package/multiconfig/src/main.c b/tests/projects/package/multiconfig/src/main.c new file mode 100755 index 000000000..9ae580511 --- /dev/null +++ b/tests/projects/package/multiconfig/src/main.c @@ -0,0 +1,7 @@ +#include <stdio.h> + +int main(int argc, char** argv) +{ + printf("hello world!\n"); + return 0; +} |
