blob: d0dfb23d78dc0dacd8b8d77a6e87dd8648f42e57 [file] [log] [blame]
from cpp11_type_traits import *
if Elaborate(0, 0) != 1:
raise RuntimeError("Elaborate should have returned 1")
if Elaborate(0, 0.0) != 2:
raise RuntimeError("Elaborate should have returned 2")