Andrew Scull | b4b6d4a | 2019-01-02 15:54:55 +0000 | [diff] [blame] | 1 | // SPDX-License-Identifier: GPL-2.0 |
2 | #include <jvmti.h> | ||||
Andrew Scull | b4b6d4a | 2019-01-02 15:54:55 +0000 | [diff] [blame] | 3 | |
4 | int main(void) | ||||
5 | { | ||||
6 | JavaVM jvm __attribute__((unused)); | ||||
7 | jvmtiEventCallbacks cb __attribute__((unused)); | ||||
8 | jvmtiCapabilities caps __attribute__((unused)); | ||||
9 | jvmtiJlocationFormat format __attribute__((unused)); | ||||
10 | jvmtiEnv jvmti __attribute__((unused)); | ||||
11 | |||||
12 | return 0; | ||||
13 | } |