wasm-bindgen/crates/webidl-tests/namespace.webidl
Richard Dodd 4f0ddd25ce Fix tests
2018-08-12 21:27:27 +01:00

5 lines
99 B
Plaintext
Vendored

namespace mathtest {
long add_one(long val);
double powf(double base, double exponent);
};