Clang Project

clang_source_code/test/CodeGen/avr/target-cpu-defines/attiny104.c
1// REQUIRES: avr-registered-target
2// RUN: %clang_cc1 -E -dM -triple avr-unknown-unknown -target-cpu attiny104 /dev/null | FileCheck -match-full-lines %s
3
4// CHECK: #define AVR 1
5// CHECK: #define __AVR 1
6// CHECK: #define __AVR_ATtiny104__ 1
7// CHECK: #define __AVR__ 1
8