Jiri Olsa | dd1d004 | 2018-11-21 16:43:41 +0100 | [diff] [blame] | 1 | // SPDX-License-Identifier: GPL-2.0 |
2 | #include <jvmti.h> | ||||
3 | #include <jvmticmlr.h> | ||||
4 | |||||
5 | int main(void) | ||||
6 | { | ||||
7 | jvmtiCompiledMethodLoadInlineRecord rec __attribute__((unused)); | ||||
8 | jvmtiCompiledMethodLoadRecordHeader hdr __attribute__((unused)); | ||||
9 | PCStackInfo p __attribute__((unused)); | ||||
10 | return 0; | ||||
11 | } |