Sign in
fuchsia
/
third_party
/
rust
/
7e8a8c9cb152530c9833a389e7a7d79c7db693cc
/
.
/
tests
/
ui
/
codegen
/
issue-97708.rs
blob: bc44e579030c8c331b073b5497587f16e94e8e02 [
file
] [
log
] [
blame
]
//@ build-pass
//@ aux-build:issue-97708-aux.rs
extern
crate issue_97708_aux
;
use
issue_97708_aux
::
TaskStub
;
static
TASK_STUB
:
TaskStub
=
TaskStub
::
new
();
fn
main
()
{}