Clang Project

clang_source_code/test/Driver/malign_double.c
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