xref: /third_party/rust/crates/proc-macro-error/tests/ok.rs
  • Home
  • History
  • Annotate Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • only in /third_party/rust/crates/proc-macro-error/tests/
1ea88969fSopenharmony_ciextern crate test_crate;
2ea88969fSopenharmony_ci
3ea88969fSopenharmony_ciuse test_crate::*;
4ea88969fSopenharmony_ci
5ea88969fSopenharmony_ciok!(it_works);
6ea88969fSopenharmony_ci
7ea88969fSopenharmony_ci#[test]
8ea88969fSopenharmony_cifn check_it_works() {
9ea88969fSopenharmony_ci    it_works();
10ea88969fSopenharmony_ci}
11

Indexes created Thu Nov 07 10:32:03 CST 2024