hfinkel added inline comments. ================ Comment at: test/tysan/union-wr-wr.c:21 + + printf("%dn", u.i); +} ---------------- kosarev wrote: > Note the missing slash before `n`. Indeed. Fixed. https://reviews.llvm.org/D32197