repo.or.cz
/
linux
/
fpc-iii.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
rtlwifi: rtl8192{c,u}: Remove CamelCase variables
[linux/fpc-iii.git]
/
tools
/
build
/
feature
/
test-jvmti-cmlr.c
blob
c27b5b71a0f6f59df612d9b5b13cb2f6f637429f
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
}