// This test checks that #[ockam_node_test_attribute::node] causes a compile time error // if the function is passed a `self` param (thus making it a // `Receiver` function. #[ockam_node_test_attribute::node] async fn main(self) { let a = 1; }