1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-10 04:22:20 +02:00
Beef/IDE/Tests/Test1/scripts/Data01.txt

13 lines
344 B
Text
Raw Normal View History

2019-11-29 09:22:18 -08:00
ShowFile("src/Data01.bf")
GotoText("//Test_End")
ToggleBreakpoint()
RunWithCompiling()
AssertEvalEquals("sizeof(Derived)", "13")
AssertEvalEquals("strideof(Derived)", "16")
AssertEvalEquals("alignof(Derived)", "8")
2019-11-30 17:19:48 -08:00
# The following fails on Win32 due to LLVM debug info bugs
if (platform != "Win64") Stop()
2019-11-29 09:22:18 -08:00
AssertEvalEquals("iVal", "{ 123 }")