diff options
Diffstat (limited to 'build/.conf_check_356fd619dbd68443f6a1cba88f513648/test.cpp')
| -rw-r--r-- | build/.conf_check_356fd619dbd68443f6a1cba88f513648/test.cpp | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/build/.conf_check_356fd619dbd68443f6a1cba88f513648/test.cpp b/build/.conf_check_356fd619dbd68443f6a1cba88f513648/test.cpp new file mode 100644 index 0000000..8084024 --- /dev/null +++ b/build/.conf_check_356fd619dbd68443f6a1cba88f513648/test.cpp @@ -0,0 +1,8 @@ +#include <jack/jack.h> + +int main(int argc, char **argv) { + void *p; + (void)argc; (void)argv; + p=(void*)(jack_port_type_get_buffer_size); + return 0; +} |
