aboutsummaryrefslogtreecommitdiff
path: root/test/standalone/entry_point/check_differ.zig
AgeCommit message (Collapse)Author
2025-08-30update tools and other miscellaneous things to new APIsAndrew Kelley
2025-06-17Compilation: add missing link file options to cache manifestmlugg
Also add a standalone test which covers the `-fentry` case. It does this by performing two reproducible compilations which are identical other than having different entry points, and checking whether the emitted binaries are identical (they should *not* be). Resolves: #23869