Changeset 290


Ignore:
Timestamp:
Jun 4, 2003, 4:29:41 AM (23 years ago)
Author:
bird
Message:

Added fake types for checking .stab output.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/testcase/456/complex.c

    • Property cvs2svn:cvs-rev changed from 1.1 to 1.2
    r289 r290  
    44 */
    55
    6 #include <stdio.h>
     6#include <stdio.h>
    77/* do we have complex.h? let's skip that for now and do the #define ourself. */
    88#define complex _Complex
     9
     10
     11
     12
     13
    914
    1015void main(void)
     
    1924    printf("sizeof(complex double     ) = %2dbytes %3dbits\n", sizeof(ComplexDouble    ), sizeof(ComplexDouble    )*8);
    2025    printf("sizeof(complex long double) = %2dbytes %3dbits\n", sizeof(ComplexLongDouble), sizeof(ComplexLongDouble)*8);
     26
     27
     28
     29
     30
    2131}
Note: See TracChangeset for help on using the changeset viewer.