# Script `some`
This script does really nothing but just aborts.
public fun some<T>(_account: signer)
##### Implementation
fun some<T>(_account: signer) {
    abort 1
}