]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/testsuite/c-c++-common/ubsan/attrib-5.c
Fix attrib-5.c test-case.
[thirdparty/gcc.git] / gcc / testsuite / c-c++-common / ubsan / attrib-5.c
index fee1df1c433a0fa3eb2ef2a813e7ab505a00c9d2..209b5dd7d2b96fcd02b9ea60f933f39284cdf866 100644 (file)
@@ -3,8 +3,7 @@
 
 __attribute__((no_sanitize("foobar")))
 static void
-float_cast2 (void)
-{ /* { dg-warning "attribute directive ignored" } */
+float_cast2 (void) { /* { dg-warning "attribute directive ignored" } */
   volatile double d = 300;
   volatile signed char c;
   c = d;