-module(my_first_test). -compile(export_all). test_foo() -> 1 = 1.