1
0
mirror of https://github.com/chylex/Brotli-Builder.git synced 2024-10-17 03:42:47 +02:00
Brotli-Builder/UnitTests/EntryPoint.fs

7 lines
173 B
Forth

module EntryPoint
let _ = 0
// F# adds an entry point for executable projects to the last file.
// If the last file is a test module, it messes up static initializers.