]> git.proxmox.com Git - rustc.git/blobdiff - src/compiler-rt/test/ubsan/TestCases/Misc/deduplication.cpp
Imported Upstream version 1.6.0+dfsg1
[rustc.git] / src / compiler-rt / test / ubsan / TestCases / Misc / deduplication.cpp
index 7d7b0bd58c6ed1347a8881c8dc7a88ff23cde9fa..4b02590fa0ac20b9ef8459b92e2ec8bdee508c0b 100644 (file)
@@ -11,6 +11,7 @@ void overflow() {
 int main() {
   // CHECK: Start
   fprintf(stderr, "Start\n");
+  fflush(stderr);
 
   // CHECK: runtime error
   // CHECK-NOT: runtime error