My installation of Visual Studio 2019 (version 16.1.5) crashed after I typed in this code and refuses to open the project again:
let xxx x y = (# "divvvv" x y : float #)
Repro steps
Expected behavior
It should probably show an error that reads "Don't mess with stuff you don't understand, kid."
Actual behavior
Crashes completely.
Known workarounds
Open the file in another editor, remove that code.