mirror of
https://github.com/Gericom/teak-llvm.git
synced 2025-06-27 15:28:53 -04:00
7 lines
211 B
C
7 lines
211 B
C
// REQUIRES: avr-registered-target
|
|
// RUN: %clang_cc1 -E -dM -triple avr-unknown-unknown /dev/null | FileCheck -match-full-lines %s
|
|
|
|
// CHECK: #define AVR 1
|
|
// CHECK: #define __AVR 1
|
|
// CHECK: #define __AVR__ 1
|