summaryrefslogtreecommitdiffstats
path: root/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/10062-Issue_3561.c
blob: db5c5afcfb19e7a256dde78b10afb7f9149be985 (plain)
1
2
3
4
5
6
7
8
#include <math.h>

int main(void)
{
    int x = abs
               (-1);
    return 0;
}