2021-11-28 23:26:47 +08:00
|
|
|
//@ compile-flags: -Z unstable-options --scrape-examples-output-path {{build-base}}/t.calls --scrape-examples-target-crate foobar
|
2021-11-06 01:18:32 +08:00
|
|
|
//@ check-pass
|
|
|
|
|
#![no_std]
|
2021-11-27 01:33:07 +08:00
|
|
|
use core as _;
|