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