xref: /llvm-project/clang/test/Preprocessor/no-fixed-point.c (revision ad49657a424db5e5979236ef5a474e93d827ab2c)
1*ad49657aSPiJoules /// Assert the fixed point precision macros according to ISO/IEC TR 18037:2008 7.18a.3 are not
2*ad49657aSPiJoules /// defined when -ffixed-point is not provided.
3*ad49657aSPiJoules 
4*ad49657aSPiJoules // RUN: %clang_cc1 -triple=x86_64 -E -dM -x c < /dev/null | FileCheck -match-full-lines %s
5*ad49657aSPiJoules // RUN: %clang_cc1 -triple=x86_64 -E -dM -x c++ < /dev/null | FileCheck -match-full-lines %s
6*ad49657aSPiJoules 
7*ad49657aSPiJoules // CHECK-NOT:#define __SFRACT_FBIT__ 7
8