repo.or.cz
/
official-gcc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Define TS 18661-1 type width macros in <limits.h> and <stdint.h>.
[official-gcc.git]
/
libjava
/
testsuite
/
libjava.jni
/
PR28178.java
blob
f8d7b904ccd8682e403b66aba4032296521b33ad
1
// Regression test for PR 28178.
2
3
public class
PR28178
4
{
5
static
{
6
System
.
loadLibrary
(
"PR28178"
);
7
}
8
9
public static native void
m
();
10
11
public static void
main
(
String
[]
args
)
12
{
13
m
();
14
}
15
}