mirror of
https://github.com/llvm/llvm-project.git
synced 2025-04-28 13:36:08 +00:00

Reviewers: grimar, rupprecht, jhenderson Reviewed By: grimar, jhenderson Subscribers: llvm-commits, jhenderson Tags: #llvm Differential Revision: https://reviews.llvm.org/D62461 llvm-svn: 362771
2 lines
34 B
C
2 lines
34 B
C
int add1(int a) { return a + 1; }
|