make tblgen produce a function that returns the name for a physreg.
[llvm/avr.git] / test / FrontendC / 2005-09-20-ComplexConstants.c
blob209adc502fa5cb531ed1340404a4f62ee3cf6fbe
1 // RUN: %llvmgcc %s -S -o - | llvm-as -o /dev/null
3 const double _Complex x[] = {0, 1, 2, 3, 4, 5, 6, 7, 8, 9};