Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
refs/heads/release
/
.
/
Tests
/
FindJNI
/
AWT
/
AWTVar.java
blob: a918c28b10dbe50d2887b69489e6708d7443960e [
file
] [
log
] [
blame
] [
edit
]
class
AWTVar
{
public
static
void
main
(
String
[]
args
)
{
System
.
loadLibrary
(
"AWTVar"
);
}
}