162306a36Sopenharmony_ci// SPDX-License-Identifier: GPL-2.0 262306a36Sopenharmony_ci#include <jvmti.h> 362306a36Sopenharmony_ci 462306a36Sopenharmony_ciint main(void) 562306a36Sopenharmony_ci{ 662306a36Sopenharmony_ci JavaVM jvm __attribute__((unused)); 762306a36Sopenharmony_ci jvmtiEventCallbacks cb __attribute__((unused)); 862306a36Sopenharmony_ci jvmtiCapabilities caps __attribute__((unused)); 962306a36Sopenharmony_ci jvmtiJlocationFormat format __attribute__((unused)); 1062306a36Sopenharmony_ci jvmtiEnv jvmti __attribute__((unused)); 1162306a36Sopenharmony_ci 1262306a36Sopenharmony_ci return 0; 1362306a36Sopenharmony_ci} 14