// This test checks that it will not output warning for usage of `standalone` or `standalone_crate`. //@ check-pass //! ```standalone //! bla //! ``` //! //! ```standalone-crate //! bla //! ```