diff options
author | Nicolas "Pixel" Noble <pixel@nobis-crew.org> | 2018-06-26 23:20:26 +0200 |
---|---|---|
committer | Nicolas "Pixel" Noble <pixel@nobis-crew.org> | 2018-06-27 22:30:12 +0200 |
commit | d7c6c6e40f0644a0041dbae97fa9ffe3f2318d43 (patch) | |
tree | dacb53f6d9910eb916cde3f12b0c08fbaf12aedf /test/build | |
parent | 0458a6b89ab74c1823266558acd6cf5adeca7664 (diff) |
!@#!%$@#
Diffstat (limited to 'test/build')
-rw-r--r-- | test/build/no-maybe-uninitialized.c | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/test/build/no-maybe-uninitialized.c b/test/build/no-maybe-uninitialized.c new file mode 100644 index 0000000000..0c1771c7bb --- /dev/null +++ b/test/build/no-maybe-uninitialized.c @@ -0,0 +1,19 @@ +/* + * + * Copyright 2015 gRPC authors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * + */ + +int main(void) {} |