sapling/clib/null_test.c
Tony Tung 2f5e85ccb8 move common code to clib
Test Plan: make local && build in clion

Reviewers: #fastmanifest, durham

Reviewed By: durham

Subscribers: mitrandir, mjpieters

Differential Revision: https://phabricator.intern.facebook.com/D3780622

Signature: t1:3780622:1472250774:fa702d78dab39eb74c8de58c0d589ae36a2c42b3
2016-08-26 15:45:43 -07:00

10 lines
180 B
C

// Copyright 2016-present Facebook. All Rights Reserved.
//
// null_test.c: garbage test to make CLion happy.
//
// no-check-code
int main(int argc, char *argv[]) {
return 0;
}