Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
fae15b3fc4205675bfb51513d6068f83490926d3
/
.
/
compiler
/
testData
/
cli
/
js-dce
/
include.js
blob: 16a12fdbaaea9dc2e0c5d0ed93f14773693fe3d6 [
file
] [
log
] [
blame
]
define
([
"exports"
],
function
(
exports
)
{
function
foo
()
{
}
function
bar
()
{
}
function
baz
()
{
}
function
ignore
()
{
}
baz
();
exports
.
foo
=
foo
;
exports
.
bar
=
bar
;
exports
.
baz
=
baz
;
exports
.
ignore
=
ignore
;
});