diff options
Diffstat (limited to 'config.tests/unix/oci/oci.cpp')
-rw-r--r-- | config.tests/unix/oci/oci.cpp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/config.tests/unix/oci/oci.cpp b/config.tests/unix/oci/oci.cpp new file mode 100644 index 0000000..9f83a78 --- /dev/null +++ b/config.tests/unix/oci/oci.cpp @@ -0,0 +1,6 @@ +#include <oci.h> + +int main(int, char **) +{ + return 0; +} |