xref: /llvm-project/clang/test/Driver/malign_double.c (revision 3205dbb3f1f96e77e106f964dcf1b5f69fba4ecc)
1 // RUN: %clang -### -malign-double %s  2>&1 | FileCheck %s
2 
3 // Make sure -malign-double is passed through the driver.
4 
5 // CHECK: "-malign-double"
6