1
2
3
4
5
6
7
8
#![no_std]
use core::marker::PhantomData;

pub fn noop(_: PhantomData<()>) {}

eosio::abi! {
    noop
}