summaryrefslogblamecommitdiff
path: root/test/a64l.c
blob: d580a692030b0837b714388ffd0ddbecd49d925d (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
14

                      











                                     
/*
 * Items: a64l(, l64a(
 * Standardized-By: SuS
 * Not-Detected-by: gcc-4.4.3 + Linux
 */

#include <stdlib.h>

main(int arg, char **argv)
{
    (void) a64l("2317");
    (void) l64a(2317);

}