/* * Trivial program to check that we have a valid 64-bit build environment. * Copyright (c) 2015 Andy Lutomirski * GPL v2 */ #ifndef __x86_64__ # error wrong architecture #endif #include int main() { printf("\n"); return 0; } f.c?h=master' type='application/atom+xml'/>
summaryrefslogtreecommitdiff
47bf3d8a8e5777319da92af672289b2a6c4dc66'>tests/perf-hooks.c
AgeCommit message (Expand)AuthorFilesLines
AgeCommit message (Expand)AuthorFilesLines