This arose in the course of populating integration test suite related to #113. The following survive untouched: ```rust #[trace] async fn empty_async() {} #[trace] fn empty_sync() {} ```