summaryrefslogtreecommitdiffstats
path: root/test cases/unit/79 global-rpath/rpathified.cpp
blob: 3788906dc0b6ff041fc9d83516dc5debb2442608 (plain)
1
2
3
4
5
6
#include <yonder.h>
#include <string.h>
int main(int argc, char **argv)
{
    return strcmp(yonder(), "AB54 6BR");
}