/* See LICENSE file for copyright and license details. */ #ifndef __TEST_H__ #define __TEST_H__ void asserti(int, int); #endif /* __TEST_H__ */