#include "gtest/gtest.h"

/**
 * 	Safety checks:
 * 		(*) valid ptr (not null)
 */
TEST(Safety, validptr1){

}
