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